object FormSearch: TFormSearch Left = 251 Top = 157 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = '*' ClientHeight = 287 ClientWidth = 250 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Main_Panel: TPanel Left = 0 Top = 0 Width = 250 Height = 287 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object KeyWord_Label: TLabel Left = 12 Top = 72 Width = 48 Height = 13 Caption = 'KeyWord:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Origin_Label: TLabel Left = 12 Top = 16 Width = 32 Height = 13 Caption = 'Origin:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Size_Label: TLabel Left = 12 Top = 226 Width = 49 Height = 13 Caption = 'Data Size:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 2 Top = 42 Width = 248 Height = 2 end object Bevel2: TBevel Left = 2 Top = 161 Width = 248 Height = 2 end object Bevel3: TBevel Left = 2 Top = 250 Width = 248 Height = 2 end object Bevel4: TBevel Left = 2 Top = 194 Width = 248 Height = 2 end object Search_Btn: TButton Left = 16 Top = 258 Width = 97 Height = 21 Caption = '&Search' Default = True TabOrder = 14 OnClick = Search_Cmd end object Close_Btn: TButton Left = 136 Top = 258 Width = 97 Height = 21 Cancel = True Caption = '&Close' TabOrder = 15 OnClick = Close_Cmd end object KeyWord_Edit: TEdit Left = 64 Top = 68 Width = 177 Height = 21 TabOrder = 2 end object Origin_Combo: TComboBox Left = 64 Top = 12 Width = 177 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 TabOrder = 0 Items.Strings = ( 'Current Key Recurse' 'Current Root Recurse' 'Entire Registration Database' 'HKEY_CLASSES_ROOT' 'HKEY_CURRENT_USER' 'HKEY_LOCAL_MACHINE' 'HKEY_USERS' 'HKEY_PERFORMANCE_DATA' 'HKEY_CURRENT_CONFIG' 'HKEY_DYN_DATA') end object Size_Combo: TComboBox Left = 64 Top = 222 Width = 51 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 12 Items.Strings = ( '>' '<' '=' '!') end object Size_Edit: TEdit Left = 120 Top = 222 Width = 121 Height = 21 TabOrder = 13 Text = '0' end object MatchCase_Chk: TCheckBox Left = 64 Top = 96 Width = 86 Height = 17 Caption = 'Match Case' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 end object WholeWords_Chk: TCheckBox Left = 152 Top = 96 Width = 86 Height = 17 Caption = 'Whole Words' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 4 end object DataSize_Chk: TCheckBox Left = 64 Top = 202 Width = 97 Height = 17 Caption = 'Data Size Filter' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 11 OnClick = Filter_Change end object KeyNames_Chk: TCheckBox Left = 64 Top = 112 Width = 86 Height = 17 Caption = 'Key Names' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 5 end object ValueNames_Chk: TCheckBox Left = 152 Top = 112 Width = 86 Height = 17 Caption = 'Value Names' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 6 end object ValueData_Chk: TCheckBox Left = 64 Top = 136 Width = 86 Height = 17 Caption = 'Value Data:' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 7 OnClick = Filter_Change end object DataType_Chk: TCheckBox Left = 64 Top = 170 Width = 105 Height = 17 Caption = 'Data Type Filter:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 9 OnClick = Filter_Change end object DataType2_Btn: TButton Left = 176 Top = 168 Width = 65 Height = 21 Caption = 'Select...' TabOrder = 10 OnClick = DataType2_Cmd end object DataType1_Btn: TButton Left = 176 Top = 134 Width = 65 Height = 21 Caption = 'Select...' TabOrder = 8 OnClick = DataType1_Cmd end object KeyWord_Chk: TCheckBox Left = 64 Top = 48 Width = 97 Height = 17 Caption = 'Key Word Filter' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 1 OnClick = Filter_Change end end end